-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
driver: bt: esp32: use BUILD_ONLY_NO_BLOBS to allow CI tests #80786
driver: bt: esp32: use BUILD_ONLY_NO_BLOBS to allow CI tests #80786
Conversation
311bfd1
to
3128271
Compare
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
3128271
to
b81a41a
Compare
As suggested in zephyrproject-rtos/hal_espressif#359 (comment) I think it would make sense to just have one option for all of this, since it's all about doing CI compile testing without blobs present. The specific feature(s) that blobs are needed for seems secondary. |
b81a41a
to
9bf0ebe
Compare
9bf0ebe
to
0346dc0
Compare
This is starting to look pretty good to me. I'm hoping to get |
0346dc0
to
73f3897
Compare
73f3897
to
c286e1e
Compare
PR is ready. |
@sylvioalves there's a bunch of conflicts that need fixing |
fd3dd76
c286e1e
to
fd3dd76
Compare
@sylvioalves this will need a rebase |
Adds an option to enable CI tests without binary blobs. Signed-off-by: Sylvio Alves <[email protected]>
Update central and peripheral samples so that espressif SoC can be properly tested in CI. Signed-off-by: Sylvio Alves <[email protected]>
Remove bluetooth ignore tag so it can run CI tests whenever platform is filtered. Signed-off-by: Sylvio Alves <[email protected]>
fd3dd76
to
100af98
Compare
Add BUILD_ONLY_NO_BLOBS to allow CI tests.
Read this before: #80785
Depends on #82931 due to HAL merging sequence.